[]
Initializes a new instance of the RenderInputComboBox class.
public RenderInputComboBox()
Public Sub New()
Initializes a new instance of the RenderInputComboBox class, assigning Items from the specified strings.
public RenderInputComboBox(params string[] items)
Public Sub New(ParamArray items As String())
| Type | Name | Description |
|---|---|---|
| string[] | items | The strings that are used to initialize the Items array. |